home *** CD-ROM | disk | FTP | other *** search
/ cyber.net interactivo 1996 September / inter@ivo 1996-09.iso / cybint8 / bin / srock.dxr / 00141.ls < prev    next >
Encoding:
Text File  |  1996-08-02  |  448 b   |  26 lines

  1. on exitFrame
  2.   global act
  3.   if act = 0 then
  4.     if rollOver(34) or rollOver(35) then
  5.       cursor([901, 902])
  6.     else
  7.       if rollOver(4) or rollOver(5) then
  8.         cursor([901, 902])
  9.         Loopframe()
  10.       else
  11.         cursor(-1)
  12.       end if
  13.     end if
  14.   end if
  15.   if act = 1 then
  16.     if rollOver(37) or rollOver(38) then
  17.       cursor([901, 902])
  18.       Loopframe()
  19.     else
  20.       cursor(-1)
  21.     end if
  22.     Loopframe()
  23.   end if
  24.   go(176)
  25. end
  26.